#
# Makefile for SStar cam_proc_wrapper driver.
#

CONFIG_SSTAR_CHIP_NAME := $(subst ",,$(CONFIG_SSTAR_CHIP_NAME))
# general options
EXTRA_CFLAGS      +=  -Idrivers/sstar/include
EXTRA_CFLAGS      +=  -Idrivers/sstar/include/$(CONFIG_SSTAR_CHIP_NAME)
EXTRA_CFLAGS      +=  -Idrivers/sstar/cam_proc_wrapper
EXTRA_CFLAGS      +=  -Idrivers/sstar/cam_proc_wrapper/pub
EXTRA_CFLAGS      +=  -Idrivers/sstar/cam_proc_wrapper/inc
EXTRA_CFLAGS      +=  -Wno-sync-nand

# specific options

# files
obj-y += src/cam_proc_wrapper.o

# export header files
EXPORT_H_FILES    += cam_proc_wrapper.h
